home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / yuck_200.arc / YUCK.CTL < prev    next >
Text File  |  1990-10-29  |  4KB  |  117 lines

  1. ; /---------------------------------------------------------------------------\
  2. ; |                    Control file for YUCK! 2.00 and up                     |
  3. ; \---------------------------------------------------------------------------/
  4. ; this example takes the austrian consolidated pointnet, converts it from
  5. ; fakenet- to 4d-addressing, merges it with the region 28 userlist, adds
  6. ; all nodes in regions 28 and 31 and produces a pvtlist and a pure point-
  7. ; list.
  8.  
  9. ; "-k" kills [MakeNL'ed] input file after processing
  10. ; note no extension -- use highest numeric extension found
  11. ; the "keeppvt" will not throw out 3000/6 aka 310/3.6
  12.   infile u:\fd\pt\pointnet
  13.   keeppvt yes
  14.  
  15. ; this is a test for the new 1.60 feature "infd199b".
  16. ; infd199b u:\fd\pt\infd199b
  17.  
  18. ; well, peter, here's the "userlist" capability you wanted to have ...
  19. ; system name and location default to the data below. the baud rate
  20. ; defaults to 2400, and the flags are just "MO".
  21.   userlist u:\fd\pt\userin
  22. ; use the sysop name as the default for the system name
  23.   sysname
  24.   sysloc The seventh hell
  25.  
  26. ; where to find the nodelist (MUST include basename)
  27.   nodelist u:\fd\nl\nodelist
  28.  
  29. ; explicit extension overrides default (default is same as infile)
  30. ; i use "fdpoint.pvt" because it will automagically be included by
  31. ; FDNC. it does not get merged into FDNET.PVT, which is just as well
  32. ; since my netmail tracker wouldn't like the new format. i want the
  33. ; new pointlist format, of course. 
  34.   fd199b u:\fd\pt\out\fdpoint.pvt
  35.  
  36. ; let's generate the old format, too. note: if the "-a" option were
  37. ; included, nodes without points are merged into the finished list.
  38. ; select the range to be used with the "zone", "region" or "net"
  39. ; keywords.
  40.   oldnet -a u:\fd\pt\out\oldnet.pvt
  41.  
  42. ; since we also have an amiga point who would like to use a special
  43. ; format for his CLIST nodelist compiler, we want to make that, too.
  44.   clist u:\fd\pt\out\clist
  45.  
  46. ; let's try the userlist ...
  47.   userout -a u:\fd\pt\out\userout
  48.   tempsort u:\tmp\mytemp.tmp
  49.   sort x:/bin/qsort {in} {out}
  50.  
  51. ; include all the nodelist data for my region & some other
  52.   include zone 3
  53.   include -h zone 1
  54.   include region 2:35
  55.   include -h region 2:24
  56.   include net 2:512
  57.   include -h net 1:109
  58.  
  59. ; insert the pro- and epilogue from the original pointnet which i
  60. ; generate using MakeNL. this obviously won't work if you don't have
  61. ; them available as isolated text files since Yuck! won't extract
  62. ; them from the input file. your problem, not mine!
  63. ; prolog u:\mknl\master\cpyright.txt
  64. ; epilog u:\mknl\master\epilog.txt
  65.  
  66. ; let's try some of the line termination options
  67. ; lfonly oldnet
  68. ; cronly fd199b
  69. ; crlf userout
  70.  
  71. ; strip the (bosses') phone numbers
  72.   unpublished yes
  73.  
  74. ; that's where i am. if no zone is specified, none will be inserted; don't
  75. ; forget, in that case, to tell your nodelist compiler into which zone to
  76. ; compile the output file.
  77.   zone 2
  78.  
  79. ; remap network numbers to bossnodes. zone numbers are present; if not,
  80. ; myZone would have been used as the default.
  81.   map 3000 2:310/3
  82.   map 3080 2:31/80
  83.   map 3110 2:310/1
  84.   map 3140 2:310/4
  85.   map 3150 2:310/5
  86.   map 3160 2:310/6
  87.   map 3170 2:310/7
  88.   map 3180 2:310/8
  89.   map 3190 2:310/9
  90.   map 3200 2:310/10
  91.   map 3210 2:310/11
  92.   map 3220 2:310/12
  93.   map 3230 2:310/13
  94.   map 3240 2:310/14
  95.   map 3250 2:310/15
  96.   map 3260 2:310/16
  97.   map 3270 2:310/17
  98.   map 3280 2:310/18
  99.   map 3290 2:310/19
  100.   map 3350 2:310/25
  101.   map 3400 2:310/30
  102.   map 5100 2:313/1
  103.   map 5102 2:313/2
  104.   map 5103 2:313/3
  105.   map 5105 2:313/5
  106.   map 5107 2:313/7
  107.   map 5108 2:313/8
  108.   map 5109 2:313/9
  109.   map 5110 2:313/10
  110.   map 5111 2:313/11
  111.   map 7662 2:31/40
  112.   map 9100 2:316/1
  113.   map 9150 2:316/5
  114.   map 9170 2:316/7
  115.   map 9520 2:316/42
  116. ; -----------------------------------------------------------------------------
  117.